GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-03-09T16:12:24.3930595+00:00",
"SubmitDate": "2026-03-09T16:12:24.3930595+00:00",
"ReportPeriodStart": "2026-03-09T16:12:24.3930595+00:00",
"ReportPeriodEnd": "2026-03-09T16:12:24.3930595+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "7eee3484-05b1-4735-858c-d6d5e3f48fd6",
"Rows": [
{
"ItemId": "42f154e3-578c-40e3-a2ce-9b2e9618a8b3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "42f154e3-578c-40e3-a2ce-9b2e9618a8b3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "7eee3484-05b1-4735-858c-d6d5e3f48fd6",
"Rows": [
{
"ItemId": "42f154e3-578c-40e3-a2ce-9b2e9618a8b3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "42f154e3-578c-40e3-a2ce-9b2e9618a8b3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"0b77f8e6-b4fe-4846-9c02-2e54568e2906",
"0898cc19-7d9b-405d-8cda-cefd4f7cb94c"
],
"Approvers": [
"656e72a4-1825-43f6-8a09-f71442cc4924",
"123de0c5-32d4-475e-aca8-82043753ed9c"
],
"ApprovedBy": "c1f56553-2418-4f3a-9a09-93b6148e461b",
"ApprovalDate": "2026-03-09T16:12:24.3930595+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "b3b0e79f-06d5-42aa-a67f-cd5bdbb214a3",
"id": "35b5305e-9fff-4e0a-8a99-b67a8d17b96e",
"ConfigId": "378bea88-0e0c-4a94-8328-7d08c8c99ff6"
},
{
"GenerationDate": "2026-03-09T16:12:24.3930595+00:00",
"SubmitDate": "2026-03-09T16:12:24.3930595+00:00",
"ReportPeriodStart": "2026-03-09T16:12:24.3930595+00:00",
"ReportPeriodEnd": "2026-03-09T16:12:24.3930595+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "7eee3484-05b1-4735-858c-d6d5e3f48fd6",
"Rows": [
{
"ItemId": "42f154e3-578c-40e3-a2ce-9b2e9618a8b3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "42f154e3-578c-40e3-a2ce-9b2e9618a8b3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "7eee3484-05b1-4735-858c-d6d5e3f48fd6",
"Rows": [
{
"ItemId": "42f154e3-578c-40e3-a2ce-9b2e9618a8b3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "42f154e3-578c-40e3-a2ce-9b2e9618a8b3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"0b77f8e6-b4fe-4846-9c02-2e54568e2906",
"0898cc19-7d9b-405d-8cda-cefd4f7cb94c"
],
"Approvers": [
"656e72a4-1825-43f6-8a09-f71442cc4924",
"123de0c5-32d4-475e-aca8-82043753ed9c"
],
"ApprovedBy": "c1f56553-2418-4f3a-9a09-93b6148e461b",
"ApprovalDate": "2026-03-09T16:12:24.3930595+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "b3b0e79f-06d5-42aa-a67f-cd5bdbb214a3",
"id": "35b5305e-9fff-4e0a-8a99-b67a8d17b96e",
"ConfigId": "378bea88-0e0c-4a94-8328-7d08c8c99ff6"
}
]